home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 27 / MacFormat n. 27 (Spain) / Mac Format 26.bin / Shareware / Programación / Word Services XCMD 1.0d3 / Library Source / Gripe.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-20  |  150 b   |  8 lines

  1. #include "Gripe.h"
  2.  
  3. void RealGripe( StringPtr complaint )
  4. {
  5.     ParamText( complaint, "\p", "\p", "\p" );
  6.     Alert( 128, (ModalFilterUPP)NULL );
  7.     return;
  8. }